@import url('https://fonts.googleapis.com/css2?family=Tangerine:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Carlito:wght@400;700&display=swap');
*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body{
    background-image: url(/image/mainbg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center;
}
.main-bg{
    background-image: url(/image/mainbg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding:30px 20px;
    padding-bottom:200px !important;
}

@media only screen and (max-width: 1400px) {
.main-bg{
    height:auto;
    overflow:visible;
    
}
}

.logo{
    text-align: center;
}

.logo img{
    width: 300px;
    text-align: center;
}

.content-body{
    background-color:#490025 ;
    text-align: center;
    width: 740px;
    margin: 0 auto;
    border-image: linear-gradient(to top,#AE6021, #FBEE8A);
    border-image-slice: 1;
    border-style: solid;
    border-width: 10px;
    border-radius: 15px !important;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, 
     linear-gradient(#fff 0 0);
     padding: 50px 0;
     margin-top: 50px;
}

.f-heading{
    border-bottom: #CBAC63 5px solid;
    width: 1000px;
    margin: 0 auto;
}
.f-heading h2{
    background: linear-gradient(to left,#AE6021, #e7d595, #AE6021);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 42px;
    font-weight: 600;
    font-family: "Tangerine", Sans-serif;
    text-align: center;
    color: #fff;
    margin-top: 30px;
    margin-bottom:20px;
}

.hgradient{
    background: linear-gradient(to left,#AE6021, #e7d595, #AE6021);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Carlito", serif;
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
}

.hd-bg {
    background-image: url(/image/Sovereign-Right-h1-bg.png);
    background-position: center center;
    background-size: cover;
    padding: 38px 0px;
    margin: 20px 30px;
}

.hd-bg h2{
    font-family: "carlito", serif;
    font-size: 34px;
    font-weight: 600;
    line-height: 34px;
    text-transform: uppercase;
    color: #111;
}

.icon-list{
    margin-bottom: 20px;
}

.icon-list ul{
    display: inline-block;
}
.icon-list ul li {
    font-size: 24px;
    font-weight: 500;
    list-style: none;
    text-align: left !important;
    margin: 14px auto;
}

.icon-list ul li img{
    width: 20px;
}

.btn{
    background-image: url(/image/Sovereign-Right-h1-bg.png);
    background-position: center center;
    background-size: cover;
    width: 220px;
    margin: 0 auto;
    padding: 8px 0;
}

.btn a{
    font-size: 28px;
    font-weight: 600;
    color: #111;
    text-decoration: none;
}

.social-button {
    display: flex;
    align-items: center;
    column-gap: 10px;
    justify-content: center;
}

.social-button a img{
    width: 180px;
}

#study-btn{
    width: 128px;
    margin-left: 20px;
}

.pay-button{
    display: flex;
    align-items: center;
    column-gap: 40px;
    justify-content: center;
    margin-top: 20px;
}

.pay-button a{
    cursor: pointer;
}

img.rumblel {
    width: 160px !important;
    margin-left:10px;
}

.popup-content{
    width: 460px;
    background-color: #490025;
    padding: 40px;
    position: absolute;
    bottom:0;
    left: 50%;
    transform: translate(-50%, -1%) scale(0.1);
    text-align: center;
    visibility: hidden;
    transition: transform 0.4s, bottom 0.4s;
}

.popup-content img{
    margin: 10px;
    width: 70%;
}

.popup-content button{
    border: 3px solid #E6A528;
    outline: none;
    padding: 10px 40px;
    margin-top: 20px;
    border-radius: 20px;
    font-size: 16px;
    cursor: pointer;
}
.open-popup{
    visibility: visible;
    bottom: ;
    transform: translate(-50%, 50%) scale(1);
}
.copyfield{
    display: flex;
    align-items: center;
    background-color: #E6A528;
    border-radius: 5px;
    margin-top: 20px;
}

#link{
    width: 300px;
    padding: 12px 10px;
    border: 1px solid #212121;
    background-color: #fff;
    border-radius: 5px;
    font-size: 19px;
    overflow-x: scroll;
}
#link::-webkit-scrollbar{
    display: none;
}

#copy-btn{
    color: #fff;
    padding: 0 20px;
    font-size: 18px;
    cursor: pointer;
}

/* Media query start here */

@media only screen and (max-width: 600px){
    .main-bg{
        background-image: url(/image/mainbg.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        padding: 30px 10px ;
    }
}

@media only screen and (max-width: 600px){
    .logo img{
        width: 200px;
    }
}

@media only screen and (max-width: 600px){
    .content-body{
        width: 355px;
        border-width:7px;
        padding: 50px 0;
        margin-top: 50px;
    }
}

@media only screen and (max-width: 600px){
    .pay-button{
        flex-direction: column;
    }
}

@media only screen and (max-width: 600px){
    img.rumblel {
        width: 160px !important;
    }
}


@media only screen and (max-width: 600px){
    .social-button{
        flex-direction: column;
    }
}

@media only screen and (max-width: 600px){
    .f-heading{
        width: auto;
        text-align: center;
    }
}

@media only screen and (max-width:600px){
    .hd-bg h2{
        font-size: 18px;
        line-height: normal;
    }
}

@media only screen and (max-width:600px){
#study-btn {
    width: 128px;
    /* margin-left: 20px; */
}
}

@media only screen and (max-width:600px){
.venmo-btn {
    margin-top: -20px;
}
}


@media only screen and (max-width:600px){
    .hd-bg {
        background-position: center center;
        background-size: contain;
        padding: 10px 0px;
        background-repeat: no-repeat;
        margin: 10px 10px;
    }
}

@media only screen and (max-width: 600px){
    h2.hgradient {
        font-size: 34px;
    }
}

@media only screen and (max-width: 600px){
    .icon-list ul li{
        font-size: 14px;
    }
}

@media only screen and (max-width: 600px){
    .icon-list ul li img {
        width: 10px;
    }
}

@media only screen and (max-width: 600px){
    .popup-content{
        width:300px;
        padding: 24px;
        border: 2px solid #fff;
        border-radius: 5px;
    }
}


@media only screen and (max-width: 600px){
    .open-popup{
        bottom: -40%;
    }
}

@media only screen and (min-width: 768px){
    .f-heading{
        width: auto;
    }
}

@media only screen and (min-width: 768px){
    .social-button {
        display: flex;
        flex-wrap: wrap;
    }
}